home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / dupes010.zip / DUPES.DOC next >
Text File  |  1991-01-30  |  5KB  |  148 lines

  1. DUPES.EXE, (C) Copyright 1991, Workshops by Tom!
  2.  
  3.                 GT Austin #2, GTnet 003/900
  4.                 Tom Scallorn, (512)263-2767, Voice
  5.  
  6.  
  7. DUPES010 .ZIP    Pre-release ver. 010            01-30-91
  8.  
  9.  
  10. Disclaimer:
  11. -----------
  12.     This program was written for use on the author's GT 1500,
  13. Host system.  It is NOT expected to work on ALL GT 1500, Host
  14. systems, but it should work if the system configuration is similiar.
  15.  
  16.     Neither the author, nor the Copyright holder will be
  17. responsible for any damages, real or imaginary, to you, your
  18. data, or your hardware.  Use of this software is at your own RISK!
  19.  
  20. Credits:
  21. --------
  22.     GT Power, (C) Copyright 1985-1991, P & M Software Co.
  23.  
  24.  
  25. General Info:
  26. -------------
  27.     This program is written in Quick Basic, version 4.5, (C)
  28. Copyright Microsoft Corporation.  It is distributed as
  29. DUPESnnn.ZIP, the nnn being the current version number.  The
  30. following files are contained in the consolidated file:
  31.  
  32.     DUPES.EXE   Stand alone complete "executable" program.
  33.     DUPES.DOC   This file
  34.  
  35.  
  36. What the program expects:
  37. -------------------------
  38.     The program expects that you have a completely set up, functioning, GT
  39. bbs system.  A printer is connected and setup to print in Epson/IBM format,
  40. and is On-Line.
  41.  
  42. What the program does:
  43. ----------------------
  44.  
  45.     DEFINITION -- duplicate message, a message whose sender, addressee,
  46.                   subject, date, and time matches another message in the
  47.                   same message area.
  48.  
  49.     The program will display a listing of the your message areas and allow
  50. you to select one (1) area to check for duplicate messages.  Entering an
  51. out of range area number or a <CR> carriage return at the message select
  52. prompt will cause the program to abort with an error code and return you to
  53. DOS.  Once an area has been selected the program will print information
  54. both to the screen, and/or to the printer, and/or to a message file.  Where
  55. the output will go depends on the command line options when you invoke
  56. DUPES.EXE.  When the check is complete, the program will return you to the
  57. menu.
  58.  
  59. Invokation Examples:
  60. --------------------
  61.     DUPES 
  62.         This will cause the program to output to your printer and if there
  63.         are suspected duplicate messages found in an area, that message
  64.         area will receive a message listing suspected duplicates.
  65.  
  66.     DUPES n
  67.         Printing to the printer is NOT enabled.  Otherwise the above
  68.         description applies.
  69.  
  70.     DUPES nd
  71.         Printing to printer NOT enabled.  Send duplicate message info to
  72.         the DEFAULT message area, as listed in your GT.CNF file.  In this
  73.         case there will still be one message for each area checked, but all
  74.         of the messages will be in one place.
  75.  
  76.     DUPES does NOT delete any messages.  That is up to you.  To
  77.     determine duplicates, examine the print out, or messages from
  78.     Scan_For_Dupes then manually Kill the message(s) desired with GT in
  79.     Host mode, or with the DELREN program supplied with GT/GR Power.
  80.  
  81.                                 *** NOTE ***
  82.                 Message areas containing approximately 1000
  83.                 messages can be scanned and checked in about 8-10
  84.                 minutes.  An area containing 60 messages will
  85.                 take about 10 seconds.
  86.                                 *** NOTE ***
  87.  
  88. Batch File Operation:
  89. ---------------------
  90.     DUPES will accept input from an ASCII input file, via DOS.  I have 10
  91.     message areas on my system.  Six of the 10 are echo or netmail areas.
  92.     I run DUPES as part of my Maintenance batch file.  The command line is:
  93.         DUPES nd < dupes.mac
  94.  
  95.     My DUPES.MAC file is as follows:
  96.  
  97. 2
  98. 3
  99. 4
  100. 5
  101. 6
  102. 7
  103.  
  104.     NOTE that the first line and last line of the file is a BLANK line
  105. containing only a <CR>, carriage return.  Each of the other lines
  106. correspond to the numerical listing of my GTMDIR.BBS file.  There is NO
  107. provision for entering comments into the file.
  108.  
  109.     IF the input file contains any information other than a blank line at
  110. the start, followed by one or more message area number lines, and ending
  111. with a blank line, your results will be totally UNPREDICTABLE!
  112.  
  113. Using the program REMOTELY:
  114. ---------------------------
  115.     DO NOT USE REMOTELY
  116.  
  117. Registration:
  118. -------------
  119.     Registered versions of DUPES.EXE may be obtained by sending a check or
  120. money order, amount $15.00 to:
  121.     
  122.     Tom Scallorn
  123.     1102 Village West Drive
  124.     Austin, TX.  78733-1955
  125.  
  126.     You will then recieve a program disk which contains the latest release
  127. of the program.  This version will have an "abreviated" copyright screen.
  128. It will also contain any "bug-fixes" which may have been discovered to
  129. date.  You will also recieve notification of the next major release of the
  130. program and a discount on registeration the next major version
  131.  
  132.  
  133.     "User-supported" and ShareWare can only work if YOU support
  134. the authors.
  135.  
  136.  
  137. Problems:
  138. ---------
  139. For registered users the author may also be reached voice at
  140. (512)263-2767.  Registration gets my attention. <GRIN>
  141.  
  142.             Tom (TomS.) Scallorn
  143.  
  144. Release History
  145. ---------------
  146.     01-30-91    Released "Pre-release" version 010.
  147.  
  148.